-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
EC-960 Remove last remnants of go-getter #2300
Conversation
This commit bumps the dependency version for go-gather. Ref: EC-960 Signed-off-by: robnester-rh <[email protected]>
This commit removes "github.com/hashicorp/go-getter" as a direct dependency. It does remain as an indirect dependency, however. Ref: EC-960 Signed-off-by: robnester-rh <[email protected]>
This commit refactors `git-config` to use the detector methods from the `github.com/enterprise-contract/go-gather/detector` package. Signed-off-by: robnester-rh <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2300 +/- ##
==========================================
+ Coverage 72.77% 72.79% +0.02%
==========================================
Files 89 89
Lines 7676 7687 +11
==========================================
+ Hits 5586 5596 +10
- Misses 2090 2091 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lgtm, but see my question about the (maybe unexpected?) test change.
This commit restores a TestSourceIsFile case. Signed-off-by: robnester-rh <[email protected]>
This PR removes any direct dependencies on go-getter and replaces them with go-gather as appropriate. Note that go-getter does remain as an indirect dependency.